home *** CD-ROM | disk | FTP | other *** search
/ Workbench Designer 2 / Workbench Designer 2.iso / workbench-tools / finderv3 / source / smakefile < prev   
Encoding:
Makefile  |  1997-06-21  |  209 b   |  9 lines

  1. # SAS/C Project Manager Makefile
  2.  
  3. FinderV3 : FinderV3.o 
  4.   sc:c/sc FinderV3.o  LINK NOMODIFIED
  5.  
  6. FinderV3.o : FinderV3.c FinderV3Main.c  FinderV3.lopt
  7.   SC:C/SC FinderV3.c WITH FinderV3.lopt NOLINK NOMODIFIED
  8.  
  9.